home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / mailuu11.zip / MAILUUCP.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-03-09  |  1KB  |  87 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.  
  22. ;------------------------------------------------------------------------------
  23.  
  24.     STRING001 = Chr(13)
  25.     If ((U_Expert == 0) && Exist(PPEPath() + "Wlc*.*")) Then
  26.         DispFile PPEPath() + "Wlc", 2 + 1 + 4
  27.     Endif
  28.     PrintLn "INTERNET PPE v1.1"
  29.     PrintLn "@BOARDNAME@"
  30.     PrintLn "All Rights Reserved"
  31.     InputText "Subject (ENTER)=Abort ?", STRING002, 15, 60
  32.     Newline
  33.     If (Len(STRING002) < 1) Then
  34.         Goto LABEL001
  35.     Endif
  36.     KbdStuff "E" + STRING001
  37.     KbdStuff "UUCP@1:1/31" + STRING001
  38.     KbdStuff STRING002 + STRING001
  39.     KbdStuff STRING001
  40.     KbdStuff "TO: "
  41.     :LABEL001
  42.  
  43. ;------------------------------------------------------------------------------
  44. ;
  45. ; Usage report (before postprocessing)
  46. ;
  47. ; ■ Statements used :
  48. ;
  49. ;    3       Goto 
  50. ;    1       Let 
  51. ;    3       PrintLn 
  52. ;    2       If 
  53. ;    1       DispFile 
  54. ;    1       Newline
  55. ;    1       InputText 
  56. ;    5       KbdStuff 
  57. ;
  58. ;
  59. ; ■ Functions used :
  60. ;
  61. ;    7       +
  62. ;    1       ==
  63. ;    1       <
  64. ;    2       !
  65. ;    1       &&
  66. ;    1       Len(
  67. ;    1       Chr()
  68. ;    2       PPEPath()
  69. ;    1       Exist()
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ; Analysis flags : No flag
  74. ;
  75. ;------------------------------------------------------------------------------
  76. ;
  77. ; Postprocessing report
  78. ;
  79. ;    0       For/Next
  80. ;    0       While/EndWhile
  81. ;    2       If/Then or If/Then/Else
  82. ;    0       Select Case
  83. ;
  84. ;------------------------------------------------------------------------------
  85. ;                 AEGiS Corp - Break the routines, code against the machines!
  86. ;------------------------------------------------------------------------------
  87.